query, searchengine: Drop unused and undefined function declarations
authorDebarshi Ray <debarshir@gnome.org>
Tue, 11 Nov 2014 15:17:13 +0000 (16:17 +0100)
committerDebarshi Ray <debarshir@gnome.org>
Wed, 12 Nov 2014 12:23:59 +0000 (13:23 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=739977

gtk/gtkquery.h
gtk/gtksearchengine.h

index ddac3cda6a451dbdc808e09fd230154af1755e9f..f7b0012a1b0edeb39b756f7709ab262858d850ab 100644 (file)
@@ -50,7 +50,6 @@ struct _GtkQueryClass
 };
 
 GType     _gtk_query_get_type       (void);
-gboolean  _gtk_query_enabled        (void);
 
 GtkQuery* _gtk_query_new            (void);
 
index 84eccca72a728ad05cf73dfeafb7fc2773a1408d..86366c10753d1ae3f9c3f6c5b2bdfc396d56cff3 100644 (file)
@@ -66,7 +66,6 @@ struct _GtkSearchEngineClass
 };
 
 GType            _gtk_search_engine_get_type        (void);
-gboolean         _gtk_search_engine_enabled         (void);
 
 GtkSearchEngine* _gtk_search_engine_new             (void);